pythonPackages.flask_ldap_login: Disable on python3
This commit is contained in:
parent
25f8753bf4
commit
b667a76eac
@ -1,10 +1,11 @@
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub, fetchpatch
|
||||
{ stdenv, buildPythonPackage, isPy3k, fetchFromGitHub, fetchpatch
|
||||
, flask, flask_wtf, flask_testing, ldap
|
||||
, mock, nose }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flask-ldap-login";
|
||||
version = "0.3.4";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ContinuumIO";
|
||||
|
Loading…
x
Reference in New Issue
Block a user