##// END OF EJS Templates
oss-licenses: Remove outdated comment about psycopg2 licensing.
Martin Bornhold -
r207:1389fa27 default
parent child Browse files
Show More
@@ -90,8 +90,6 b' self: super: {'
90 propagatedBuildInputs = attrs.propagatedBuildInputs ++ [
90 propagatedBuildInputs = attrs.propagatedBuildInputs ++ [
91 pkgs.postgresql
91 pkgs.postgresql
92 ];
92 ];
93 # TODO:
94 # - https://stackoverflow.com/questions/7751445/can-i-bundle-psycopg2-with-a-closed-source-django-application-using-py2exe
95 meta = {
93 meta = {
96 license = pkgs.lib.licenses.lgpl3Plus;
94 license = pkgs.lib.licenses.lgpl3Plus;
97 };
95 };
General Comments 0
You need to be logged in to leave comments. Login now