python3Packages.roadrecon: 1.7.0 -> 1.7.1 (#455552)
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
marshmallow,
|
||||
marshmallow-sqlalchemy,
|
||||
openpyxl,
|
||||
pythonOlder,
|
||||
roadlib,
|
||||
setuptools,
|
||||
sqlalchemy,
|
||||
@@ -18,23 +17,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "roadrecon";
|
||||
version = "1.7.0";
|
||||
version = "1.7.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-JJJPQcgZOdqyAXYgLmCQuNBhSGwg8WIDW8+2jfVyvyc=";
|
||||
hash = "sha256-v8IUnJlREtKMnhJtdKtChcxM/IKNKRuHA79V38zxLGY=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "flask" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
aiohttp
|
||||
flask
|
||||
flask-cors
|
||||
@@ -47,6 +42,9 @@ buildPythonPackage rec {
|
||||
sqlalchemy
|
||||
];
|
||||
|
||||
# Module has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "roadtools.roadrecon" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user