all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Enable python-psycopg2 support in python-sqlalchemy.
@ 2016-11-03  0:05 Danny Milosavljevic
  2016-11-03 10:55 ` Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2016-11-03  0:05 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-sqlalchemy): Modified.
---
 gnu/packages/python.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b7c9e11..e52bc8d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3807,6 +3807,8 @@ as the original project seems to have been abandoned circa 2007.")
        (base32
         "1l8qclhd0s90w3pvwhi5mjxdwr5j7gw7cjka2fx6f2vqmq7f4yb6"))))
     (build-system python-build-system)
+    (propagated-inputs
+     `(("python-psycopg2" ,python-psycopg2)))
     (native-inputs
      `(("python-cython" ,python-cython) ;for c extensions
        ("python-pytest" ,python-pytest)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: Enable python-psycopg2 support in python-sqlalchemy.
  2016-11-03  0:05 [PATCH] gnu: Enable python-psycopg2 support in python-sqlalchemy Danny Milosavljevic
@ 2016-11-03 10:55 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2016-11-03 10:55 UTC (permalink / raw)
  To: guix-devel

Please ignore that patch; I'll post a series containing it shortly.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-03 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03  0:05 [PATCH] gnu: Enable python-psycopg2 support in python-sqlalchemy Danny Milosavljevic
2016-11-03 10:55 ` Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.