Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
, flask, oauthlib, requests_oauthlib, flask_sqlalchemy
|
||||
, mock, nose}:
|
||||
buildPythonPackage rec {
|
||||
name = "Flask-OAuthlib-${version}";
|
||||
pname = "Flask-OAuthlib";
|
||||
name = "${pname}-${version}";
|
||||
version = "0.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user