Skip to content

Commit

Permalink
[antlir][oss] fix python_library load
Browse files Browse the repository at this point in the history
Summary: This should have been coming from build_defs.bzl

Test Plan: testhard

Reviewed By: naveedgol

Differential Revision: D68649249

fbshipit-source-id: 60756646c384b958fb4698bd606b5adbcfb19b18
  • Loading branch information
vmagro authored and facebook-github-bot committed Jan 27, 2025
1 parent 50aa471 commit 5200a10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions antlir/distro/deps/BUCK
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
# @oss-disable
load("//antlir/antlir2/bzl/feature:defs.bzl", "feature")
load("//antlir/antlir2/bzl/image:defs.bzl", "image")
load("//antlir/antlir2/bzl/package:defs.bzl", "package")
load("//antlir/bzl:build_defs.bzl", "rust_binary")
load("//antlir/bzl:build_defs.bzl", "python_library", "rust_binary")
load(":unavailable.bzl", "unavailable")

oncall("antlir")
Expand Down

0 comments on commit 5200a10

Please sign in to comment.