ma 5 mycube: do not disable for py3k
This commit is contained in:
parent
daaf21193a
commit
05b2252871
@ -3,7 +3,6 @@
|
||||
with pkgs.pythonPackages;buildPythonPackage rec {
|
||||
name = "mycube-flask-${version}";
|
||||
version = "0.2.3";
|
||||
disabled = isPy3k || isPyPy;
|
||||
propagatedBuildInputs = [
|
||||
flask
|
||||
redis
|
||||
|
Loading…
Reference in New Issue
Block a user