Pierre-Henry Fröhring schreef op zo 06-02-2022 om 15:47 [+0100]: > +    (native-inputs (list python-sqlalchemy)) > +    (propagated-inputs (list python-async-timeout python-psycopg2-binary)) > +    (home-page "https://aiopg.readthedocs.io") > +    (synopsis "Postgres integration with asyncio") > +    (description > +     "aiopg is a library for accessing a PostgreSQL > +database from the asyncio (PEP-3156/tulip) framework.  It wraps > +asynchronous features of the Psycopg database driver.") Given that python-aiopg is a SQL library, python-sqlalchemy looks like a (runtime) dependency of 'python-aiopg' to me. Or perhaps it's only for tests, then putting it in native-inputs is correct. Greetings, MMaxime.