1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 17:55:15 +03:00
aports/testing/py3-empy/20-fix-setuppy.patch
Russ Webber ea92fe3d7c
testing/py3-empy: new aport
http://www.alcyone.com/software/empy/
A powerful and robust templating system for Python.

Closes: GH-7635
2019-05-26 06:51:01 +02:00

11 lines
422 B
Diff

--- src/setup.py.orig 2019-02-27 08:48:47.000000000 +1100
+++ src/setup.py 2019-05-26 14:15:57.444497428 +1000
@@ -28,7 +28,7 @@ setup(
author_email="software@alcyone.com",
url="http://www.alcyone.com/software/empy",
license="%LICENSE",
- py_modules=["em", "emlib"],
+ py_modules=["em"],
platforms=["unix", "linux", "win32"],
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,