[arch-commits] Commit in python-selinux/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Jul 9 21:21:32 UTC 2020
Date: Thursday, July 9, 2020 @ 21:21:32
Author: dvzrv
Revision: 663029
upgpkg: python-selinux 0.2.1-2: Rebuilding to add correct dependencies.
Adding python-distro and python-setuptools, as both are required during runtime.
Modified:
python-selinux/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-09 21:20:52 UTC (rev 663028)
+++ PKGBUILD 2020-07-09 21:21:32 UTC (rev 663029)
@@ -3,13 +3,12 @@
_name=selinux
pkgname=python-selinux
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Pure-python selinux shim module for use in virtualenvs"
arch=('any')
url="https://github.com/pycontribs/selinux"
license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
+depends=('python-distro' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha512sums=('e0bec9113461a4dc53e4965522b222bd674212fe1fd987180488d6d9183a1c25588ac9bec4a040595f9313932bc04b83e7f27505d539412fc0d49c2188679831')
More information about the arch-commits
mailing list