summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1d5fa0f92a5..152247382171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = osc
license = GPL2
makedepends = python-setuptools
depends = python
- depends = python-m2crypto
+ depends = python-cryptography
depends = python-distro
optdepends = obs-build: required to run local builds
optdepends = obs-service-format_spec_file: for running the format_spec_file source service
diff --git a/PKGBUILD b/PKGBUILD
index b2fddbfe1649..0c8ff2ddda33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=osc
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
url="https://github.com/openSUSE/osc"
license=('GPL2')
depends=('python'
- 'python-m2crypto'
+ 'python-cryptography'
'python-distro')
makedepends=('python-setuptools')
optdepends=('obs-build: required to run local builds'