python310Packages.pylti: Normalize attribute and pname
This commit is contained in:
parent
574ec98796
commit
0f7b057fa3
2 changed files with 4 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "PyLTI";
|
||||
pname = "pylti";
|
||||
version = "0.7.0";
|
||||
|
||||
disabled = !isPy27;
|
||||
|
@ -38,7 +38,8 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "PyLTI";
|
||||
inherit version;
|
||||
sha256 = "80938a235b1ab390f6889a95237d087ea7adde5cc50fcae9c80c49898e8ee78e";
|
||||
};
|
||||
|
||||
|
|
|
@ -8337,7 +8337,7 @@ self: super: with self; {
|
|||
|
||||
pylpsd = callPackage ../development/python-modules/pylpsd { };
|
||||
|
||||
PyLTI = callPackage ../development/python-modules/pylti { };
|
||||
pylti = callPackage ../development/python-modules/pylti { };
|
||||
|
||||
pylutron = callPackage ../development/python-modules/pylutron { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue