Skip to content

Commit

Permalink
py-tryton-platform: Remove *-shipping-dpd depend.
Browse files Browse the repository at this point in the history
That package is marked PYTHON_VERSIONS_INCOMPATIBLE=27, whereas this package is
specifically only for PYTHON_VERSIONS_ACCEPTED=27.

I don't understand how that is supposed to work, but this at least stops bulk
builds from being broken.
  • Loading branch information
jperkin committed Dec 8, 2020
1 parent a030079 commit 8d3c886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-pkgs/py-tryton-platform/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2020/03/13 20:20:49 wiz Exp $
# $NetBSD: Makefile,v 1.11 2020/12/08 10:56:13 jperkin Exp $
#
DISTNAME= # empty
PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
Expand Down Expand Up @@ -113,7 +113,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-stock-lot>=${TRYTON_BASEVER}:../../misc/py-tryt
DEPENDS+= ${PYPKGPREFIX}-trytond-stock-lot-sled>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-lot-sled
DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package
DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package-shipping>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping
DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package-shipping-dpd>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping-dpd
#DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package-shipping-dpd>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping-dpd
DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package-shipping-ups>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping-ups
DEPENDS+= ${PYPKGPREFIX}-trytond-stock-product-location>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-product-location
DEPENDS+= ${PYPKGPREFIX}-trytond-stock-split>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-split
Expand Down

0 comments on commit 8d3c886

Please sign in to comment.