remove BDEP which isn't actually used

This commit is contained in:
sthen
2024-06-12 12:43:17 +00:00
parent ae2e4e4264
commit 7a90034391
2 changed files with 13 additions and 3 deletions
+2 -3
View File
@@ -3,7 +3,7 @@ COMMENT= D-Bus introspection XML parser and processor
MODPY_EGG_VERSION= 0.6.1
DISTNAME= dbus-deviation-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 3
REVISION= 4
CATEGORIES= devel
@@ -17,8 +17,7 @@ MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
BUILD_DEPENDS= devel/py-setuptools_git${MODPY_FLAVOR} \
textproc/py-sphinx${MODPY_FLAVOR}
BUILD_DEPENDS= textproc/py-sphinx${MODPY_FLAVOR}
RUN_DEPENDS= textproc/py-lxml${MODPY_FLAVOR}
@@ -0,0 +1,11 @@
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -92,7 +92,6 @@ setuptools.setup(
exclude_package_data={'': ['.gitignore']},
zip_safe=True,
setup_requires=[
- 'setuptools_git >= 0.3',
'sphinx',
],
install_requires=['lxml'],