~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] community/py-sqlalchemy-migrate: fix dependencies

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20190515153449.E271F5C3DF@mx7.valuehost.ru>
Sender timestamp
1557934029
DKIM signature
missing
Download raw message
Patch: +2 -2
- re-add py-pbr explicitly otherwise it gets pulled automatically
  by setuptools from the non-Alpine location during the build;
- re-add py-six as the installed code clearly references it;
- sort depends according to /requirements.txt for consistency.
---
 community/py-sqlalchemy-migrate/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/py-sqlalchemy-migrate/APKBUILD b/community/py-sqlalchemy-migrate/APKBUILD
index 5e39cf29e4..beec2e46f9 100644
--- a/community/py-sqlalchemy-migrate/APKBUILD
+++ b/community/py-sqlalchemy-migrate/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-sqlalchemy-migrate
_pkgname=sqlalchemy-migrate
pkgver=0.12.0
pkgrel=1
pkgrel=2
pkgdesc="SQLAlchemy Schema Migration Tools"
url="https://github.com/openstack/sqlalchemy-migrate"
arch="noarch"
license="MIT"
depends="py3-${pkgname#py-} py-sqlalchemy py-tempita py-decorator py-sqlparse"
depends="py3-${pkgname#py-} py-pbr py-sqlalchemy py-decorator py-six py-sqlparse py-tempita"
makedepends="python2-dev py-setuptools python3-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="$pkgname-$pkgver.tar.gz::https://github.com/openstack/$_pkgname/archive/$pkgver.tar.gz"
-- 
2.21.0




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)