ma 5 mycube: do not disable for py3k

This commit is contained in:
makefu 2016-02-17 03:12:45 +01:00
parent daaf21193a
commit 05b2252871

View File

@ -3,7 +3,6 @@
with pkgs.pythonPackages;buildPythonPackage rec {
name = "mycube-flask-${version}";
version = "0.2.3";
disabled = isPy3k || isPyPy;
propagatedBuildInputs = [
flask
redis