mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
remove BDEP which isn't actually used
This commit is contained in:
@@ -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'],
|
||||
Reference in New Issue
Block a user