pythonPackages.privacyidea-ldap-proxy: does not support Python 3
This commit is contained in:
parent
96d31cbfe1
commit
4544eb5e69
@ -1,9 +1,12 @@
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, twisted, ldaptor, configobj }:
|
||||
{ lib, buildPythonPackage, isPy3k, fetchFromGitHub, twisted, ldaptor, configobj }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "privacyidea-ldap-proxy";
|
||||
version = "0.6.1";
|
||||
|
||||
# https://github.com/privacyidea/privacyidea-ldap-proxy/issues/50
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "privacyidea";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user