Corey Hickey
Corey Hickey
I cannot test the example provided--my distro-provided graphviz (2.38.0 on Debian) works fine, and my self-compiled graphviz from git actually segfaults, which I did not look into. Unfortunately, I do...
I ran into a module which doesn't have `setup.py`: https://pypi.org/project/pika/ There are two parts in the fpm code which rely on `setup.py`: https://github.com/jordansissel/fpm/blob/ad6b18a0aafa1b7ee3687005fb5b2d2255ad90f5/lib/fpm/package/python.rb#L111-L112 I haven't looked at `install_to_staging()` at all,...
I didn't see this earlier: https://github.com/jordansissel/fpm/pull/1982 That approach seems better than my attempt, if it can be finished. This particular issue also duplicates https://github.com/jordansissel/fpm/issues/1873.
I ran into this when building an RPM for the `pg` gem. ``` fpm -s gem -t rpm --version 1.4.6 pg ``` When installed, there is an error: ``` $...
This is a trivial one-character change, plus an 11-character addition to the tests. Do you really need a CLA signature for that? The tests failed for a reason unrelated to...
We are no longer using this patch locally, due to our use of newer packages. If anybody ever needs this, it should be simple to resurrect. -Corey
The test failures reported do not seem to be related to this change.
> This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity...
Can someone please give some feedback on this PR? Thanks, Corey
This PR is still applicable. -Corey