mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Don't have BUILD_DEPENDS inclure RUN_DEPENDS, it does not need any of these
to build. Drop TEST_DEPENDS while here, py-setuptool is already a BDEP.
This commit is contained in:
@@ -18,6 +18,8 @@ MODULES= lang/python
|
||||
MODPY_ADJ_FILES= *py
|
||||
MODPY_PYBUILD= setuptools
|
||||
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
RUN_DEPENDS= audio/py-musicbrainzngs \
|
||||
audio/py-mutagen \
|
||||
devel/py-gobject3 \
|
||||
@@ -33,10 +35,6 @@ RUN_DEPENDS+= devel/desktop-file-utils \
|
||||
multimedia/xine-lib \
|
||||
x11/gtk+4,-guic
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/gettext,-runtime \
|
||||
devel/gettext,-tools
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/share/man/man1/* ${PREFIX}/man/man1/
|
||||
rmdir ${PREFIX}/share/man{/man1,}
|
||||
@@ -44,9 +42,6 @@ post-install:
|
||||
# fails with PORTS_PRIVSEP
|
||||
TEST_IS_INTERACTIVE= x11
|
||||
|
||||
# for distutils, used by setup.py
|
||||
TEST_DEPENDS= devel/py-setuptools
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}; ${MODPY_BIN} ./setup.py test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user