I am creating an in-house Python package for my company, and one package of its dependencies has a critical bug/misfeature (for what I would do, at least). I patched it and submitted the patch, but it isn’t merged to the upstream branch yet (and seems not going to be available on the PyPI soon). I have to use this patched feature right now, but how can I specify a dependency of this local patched package by using setuptools/Distribute?
Any good ideas?